The motivation of this simple notebook is to perform test of the template generation for a basic report and show how it behaves in different situation.
For this purpose, we will attempt to use standard commands that are usually used throughout the report and work with them.
We try a document on an example of dataset countries. The dataset has two columns: Country and Region. Country is name of the country and Region is its corresponding continent.
| Country | Region | |
|---|---|---|
| 0 | Algeria | AFRICA |
| 1 | Angola | AFRICA |
| 2 | Benin | AFRICA |
| 3 | Botswana | AFRICA |
| 4 | Burkina | AFRICA |
Every country is unique in the dataset. Some examples:
| Country | |
|---|---|
| 0 | Algeria |
| 1 | Angola |
| 2 | Benin |
| 3 | Botswana |
| 4 | Burkina |
There is the total of 194 countries.
We tested basic properties of the new Rmd template and it just seems to be amazing!